# Icons set here are the ones show in the actual slot. The reason is so that we can support different icons for different sizes. 

#############
#	POWER	#
#############


# Deflectors
utility_component_template = {
	key = "SMALL_SHIELD1"
	size = small
	icon = "GFX_ship_part_dark_matter_shield"
	icon_frame = 1
	power = -20
	cost = 20
	modifier = {
		ship_shield_add = 600
		ship_shield_regen_add_static = 40.0 #Regeneration per day
	}
	component_set = "SHIELD1"
	prerequisites = { "tech_New_tech"  }
	should_ai_use = no

}

utility_component_template = {
	key = "MEDIUM_SHIELD1"
	size = medium
	icon = "GFX_ship_part_dark_matter_shield"
	icon_frame = 1
	power = -40
	cost = 40
	modifier = {
		ship_shield_add = 1200
		ship_shield_regen_add_static = 60.0 #Regeneration per day
	}
	component_set = "SHIELD1"
	prerequisites = { "tech_New_tech"  }
	should_ai_use = no

}

utility_component_template = {
	key = "LARGE_SHIELD1"
	size = large
	icon = "GFX_ship_part_dark_matter_shield"
	icon_frame = 1
	power = -80
	cost = 80
	modifier = {
		ship_shield_add = 2400
		ship_shield_regen_add_static = 80.0 #Regeneration per day
	}
	component_set = "SHIELD1"
	prerequisites = { "tech_New_tech"  }
	should_ai_use = no

}